Skip to content

IObserver.OnError(Exception) method

Defined in

Type: IObserver Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

TResult OnError(Exception exception)

Summary: Notifies the observer that an exception has occurred.

Parameters

NameTypeDescription
exceptionExceptionThe exception that occurred.

Returns: TResult -- Result returned upon observation of an error.